projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851979d
)
(Garbage Collection): Add gcs-done, gc-elapsed.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Jul 2003 15:23:16 +0000
(15:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Jul 2003 15:23:16 +0000
(15:23 +0000)
lispref/internals.texi
patch
|
blob
|
history
diff --git
a/lispref/internals.texi
b/lispref/internals.texi
index e469ccc3769305eeaef79cfead536672c6202958..31143891db3814475dcc1eefbbfbf7559759ec0c 100644
(file)
--- a/
lispref/internals.texi
+++ b/
lispref/internals.texi
@@
-382,6
+382,17
@@
You can use this to get a general idea of how your actions affect the
memory usage.
@end defun
+@defvar gcs-done
+This variable contains the total number of garbage collections
+done so far in this Emacs session.
+@end defun
+
+@defvar gc-elapsed
+This variable contains the total number of seconds of elapsed time
+during garbage collection so far in this Emacs session, as a floating
+point number.
+@end defun
+
@node Memory Usage
@section Memory Usage